onNestedScrollAccepted
React to the successful claiming of a nested scroll operation.
This version of the method just calls onNestedScrollAccepted using the touch input type.
Parameters
ViewParent that contains the child view.
Direct child of this ViewParent containing target
View that initiated the nested scroll
Flags consisting of SCROLL_AXIS_HORIZONTAL, SCROLL_AXIS_VERTICAL or both
React to the successful claiming of a nested scroll operation.
This method will be called after onStartNestedScroll returns true. It offers an opportunity for the view and its superclasses to perform initial configuration for the nested scroll. Implementations of this method should always call their superclass's implementation of this method if one is present.
Parameters
ViewParent that contains the child view.
Direct child of this ViewParent containing target
View that initiated the nested scroll
Flags consisting of SCROLL_AXIS_HORIZONTAL, SCROLL_AXIS_VERTICAL or both
the type of input which cause this scroll event